home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / qmove15.arc / README < prev   
Encoding:
Text File  |  1986-02-09  |  5.9 KB  |  140 lines

  1. NOTE!!    The '%' sign used in SET QM= command changed to ';'
  2.  
  3. QMove V1.5 2/8/86    ***** NEW *****
  4. - added paging and scrolling in directory list window.
  5.  
  6. QMove V1.4 1/28/86
  7. - added critical error handler
  8. - write to disk speeded up
  9.  
  10. QMove V1.3 1/21/86
  11. - added environment flag to default colour display to black and white
  12.   (see SET QM=<command> below)
  13. - added environment flag to specify number of physical drives for use
  14.   with dos 3.x (see SET QM=<command> below)
  15.  
  16. QMove V1.2 1/11/86
  17. - re-designed screen to allow for better display of information
  18. - allows for change of source directory
  19. - implemented a re-entry procedure
  20.  
  21. QMove V1.1 1/11/86
  22. - improved error checking
  23. - implemented save to disk of directory info
  24. - implemented environment variable to locate directory info files
  25.  
  26. QMove V1.0 1/1/86
  27. First version
  28.  
  29. QMove is a full screen file relocation utility    that  operates
  30. across drives and sub-directories.  It represents many hours of
  31. work  and a contribution  of $5 dollars  would be  appreciated.
  32. Vancouver, B.C. area users have the option of leaving a comment
  33. or  suggestion in a  message to BILL  RIGLY on either  DATANET,
  34. RBBSPOCO, SUSAN'S RBBS, SKL RBBS, or DIAL-A-FILE as alternate contribution
  35. for the use of this program. Future changes and/or improvements
  36. to  this program will  be uploaded to  the above BBS's.  In any
  37. case, please feel free to share this program with others.
  38. A $5 contribution is required if QMove is used in a commercial
  39. environment (a voo-doo doll will be designed in your likeness if
  40. you fail to comply).
  41.  
  42. The author can be reached through the following location:
  43.  
  44.               Claude Biron
  45.               C/O Bill Rigly
  46.               5432 Lanark St.
  47.               Vancouver, B.C.
  48.               V5P-2Y1
  49.  
  50. QMove aims to do one thing well, to provide a combined level of
  51. convenience  and control in moving files around sub-directories
  52. and/or    across    drives.  The  interface  has been  designed  to
  53. convey    information as    well as  to provide  control  over  the
  54. process  of  moving  files around,  but  at  the same  time not
  55. presenting  an    obstacle to  easy  use.  Safeguards  have  been
  56. incorporated to ensure that unwanted deletion of files    do  not
  57. occur in the case of inter-device moving.  As this is the third
  58. version  of  the  program, it  may  fall  short of  the overall
  59. objective,  but your comments and  suggestions for improvements
  60. will help achieve that goal.
  61. Typing QM without parameters will display the  following  usage
  62. description:
  63.  
  64.      Usage: QM [[d:]source] [d:]destination [option]
  65.      , where [option] is /p to come up in pause mode.
  66.      If [d:]destination omitted, default directory used.
  67.      eg. QM \DIR1 \DIR2 , moves all files from dir1 to dir2
  68.      and defaults to 'pause' mode due to the lack of an
  69.      explicit wildcard or filname in source parameter.
  70.  
  71. QMove  will operate on    any IBM PC  or Compatible using  either
  72. monochrome or colour.
  73.  
  74. QMove was developed using Microsoft 'C' V3.0 on a Corona PC.
  75.  
  76. QM  accepts wildcards in the source file name parameter. if you
  77. type  QM  A:\  C:\, QMove  will  move  all files  in  the  root
  78. directory  of A:  drive to  the root  on C:,  but will    <pause>
  79. within    the program if    you wish to  use the command  menu (F1)
  80. prior  to starting. Invoking the  menu gives you access  to all
  81. the confirm and alternate relocation options; however,    if  an
  82. explicit   mass  move  is   specified  (eg.  QM   c:\dir1\*.txt
  83. c:\dir2),  the program will proceed to execute without pausing.
  84. The  spacebar or F1  keys can be  used anytime to  override the
  85. AUTO  feature, as well as the command line option (/p -the last
  86. parameter on the command line) to bring the program up in pause
  87. mode.  QMove prompts the user for confirmation of a move in the
  88. event  that a duplicate name exists in the destination, or when
  89. a  copying process is required for moving across drives.  QMove
  90. will  operate  automatically on  moving  single files  or files
  91. using  *.* (or whatever) as  long as the relocation  is on the
  92. same   device    and  no  duplicate  file  names  exist    in  the
  93. destination.
  94.  
  95. SET QM=<command>
  96.  
  97.      An environment variable can be set to tell QMove where  to
  98. find the directory lists made with the B) command.
  99. eg. SET QM=C:\UTILITY
  100. The program will use the default drive if no set command exists for
  101. QMove.
  102.  
  103.      A flag can also be set to cause QMove to display in black and
  104. white mode. This is useful for composite monitors and colour monitors
  105. where the colours reduce legibility.
  106. eg. SET QM=;C
  107.  
  108.      If using dos 3.x, it may be necessary to tell QMove exactly
  109. how many physical drives you have (including ramdisks). If the
  110. LASTDRIVE config.sys command specifies a number greater than what
  111. you actually have, you will have to specify the actual number of drives
  112. you have with the SET command (remember dos defaults to drive E when
  113. no LASTDRIVE command used).
  114. eg. SET QM=;D4    (this tells QMove that there are 4 drives).
  115.  
  116. The following examples are legal formats for the SET QM= option.
  117.   SET QM=C:\DIR_NAME   (where to store and load directory lists)
  118.   SET QM=;D4;C     (tells QMove that there are 4 drives and no colour desired)
  119.   SET QM=C:\DIR_NAME;C;D4  (combines all three options)
  120.  
  121. NOTE: If using QM=C:\DIR_NAME option, place it before any other
  122.       options. The environment string must not include spaces.
  123.  
  124. It  is    suggested that    you experiment on  either a ramdisk  or
  125. floppy using the <F1> menu in order to become familiar with the
  126. options and the operation of this utility.
  127.  
  128. Planned  future  enhancements:
  129.  . Further  control over manipulating  files as popular  demand
  130.    indicates.
  131.  . Implementation of a file find feature.
  132.  
  133. *** NOTE *** If using QMove with dos 3.x, use of the SUBST command
  134. may cause problems with QMove. QMove has been tested with the SUBST
  135. command, but it is best to operate QMove within the normal directory
  136. structure familiar to dos versions 2.x.
  137.  
  138. The author cannot be responsible for any loss of data from the use or misuse
  139. of this program.
  140.